tools/build: Remove bpf() run-time check at build time
authorBen Hutchings <ben@decadent.org.uk>
Sun, 21 Feb 2016 15:33:15 +0000 (15:33 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Mon, 30 Sep 2024 19:08:34 +0000 (21:08 +0200)
commit0f568f03c4096573185bd500bdbd7571dad7fdf8
tree424a317d78dd3ca5cc2efe52e8367460857b5b99
parent864016f3dd62a679e9ebe8ec0666ff8c96b9ba3f
tools/build: Remove bpf() run-time check at build time

Forwarded: no

It is not correct to test that a syscall works on the build system's
kernel.  We might be building on an earlier kernel version or with
security restrictions that block bpf().

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-build-remove-bpf-run-time-check-at-build-time.patch
tools/build/feature/test-bpf.c